home *** CD-ROM | disk | FTP | other *** search
/ Languages of the World / Disc 1.iso / data1.cab / Program_Files / TLStyleSheet.ini < prev    next >
Text (UTF-16)  |  2002-02-20  |  3KB  |  56 lines

  1. // LanguageNow! V8 Style Sheet
  2. // NOTE: All primitives & aggregates strings are converted to lower-case when
  3. // read by the style sheet parser.
  4. // Tokens will have leading & trailing whitespace removed, but let's not
  5. // push it.
  6.  
  7. // General information first.
  8. [File]
  9. Version=1
  10.  
  11. // Then the list of primitives.
  12. // The format is the name of the attributes followed by an equal sign.
  13. // Nothing should follow the equal sign on that line.
  14. [Primitives]
  15. black=
  16. red=
  17. blue=
  18. green=
  19. purple=
  20. yellow=
  21. bold=
  22. italics=
  23. underlined=
  24. no_word_games=
  25. no_segment_games=
  26. strip_in_unscramble=
  27. disable_in_plug_and_play=
  28. strip_in_plug_and_play=
  29. no_word_sound=
  30. no_segment_sound=
  31. section_start=
  32. grammar_link=
  33. title_link=
  34. exe_link=
  35. now_link=
  36. url_link=
  37.  
  38. // Next the word aggregates
  39. // The format is the name of the aggregate followed by an equal sign,
  40. // followed by the primitives to apply. Each aggregate can have more than
  41. // one primitive applied to it; each primitive is seperated by a semi-colon.
  42. [Word Aggregates]
  43. actor_name_no_italics=no_word_games;strip_in_unscramble;disable_in_plug_and_play
  44. actor_name=actor_name_no_italics;italics
  45. link=green;underlined;no_word_sound;no_word_games;strip_in_unscramble;strip_in_plug_and_play;disable_in_plug_and_play // Note you can comment each line.
  46.  
  47. // Next the segment aggregates
  48. // The format is similar to the word aggregates
  49. [Segment Aggregates]
  50. heading=bold;no_segment_games;section_start
  51. subheading=bold;no_segment_games;section_start
  52. narrative=italics;section_start  
  53. comment=no_segment_games
  54. title_text=
  55.  
  56.